home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / D-G / Extension Shell 1.3.sit / Extension Shell 1.3 ƒ / Sample Extensions / Sample Extensions ReadMe / Sample Extensions ReadMe
Encoding:
Text File  |  1994-04-06  |  1.0 KB  |  20 lines  |  [TEXT/R*ch]

  1. Sample Extensions ReadMe
  2. ------------------------
  3.  
  4. The Extension Shell package comes with 6 sample Extensions, as well as a framework you can use as a
  5. basis for your own.
  6.  
  7. Each Extension has been chosen to illustrate one aspect of Extension Shell. One installs a trap patch (and
  8. a block of code in the System heap), one a Gestalt selector, one a VBL task, one a Shutdown task, one a
  9. low memory filter, and one a Time Manager task.
  10.  
  11. They all use a first-time-through flag mechanism to minimise calls to the address table: in most cases,
  12. this is the most efficient way of avoiding a constant lookup.
  13.  
  14. The trap-patch example (BellTest) also shows how to extend the address table, as documented in
  15. ‘Extension Shell (Source) ReadMe’. It also shows how to load, and call, a raw block of code into the
  16. System Heap. The shutdown task example (Shutdown Fade) also shows how to animate a sequence of icons.
  17. The Time Manager example (MacCough) also extends the address table.
  18.  
  19. None of them are intended as ‘real’ Extensions - they're here by way of example...
  20.